.. _`Transpose Tables`: .. _`org.sysess.sympathy.data.table.transposetablesnew`: Transpose Tables ```````````````` .. image:: pivot_table.svg :width: 48 Documentation ::::::::::::: Auto generated list version of :ref:`Transpose Table`. In this version, the following ports from the original nodes have been changed to lists which the node loops over: :Looped Inputs: input. :Looped Outputs: output. For details see the original node. Definition :::::::::: Input ports ........... **input** [table] The Table to transpose Output ports ............ **output** [table] The transposed Table Configuration ............. **Column names column** (columns) Column that contains the new column names **Use selected column as column names** (reverse_col_names) Use the selected column from input table as column names in the transposed table, and discarding the selected column from the transpose. **Column names as first column** (use_col_names) Set column names from the input table as the first column in the transposed table Related nodes ............. * :ref:`org.sysess.sympathy.data.table.transposetablenew` Implementation .............. .. automodule:: node_pivot_table :noindex: .. class:: TransposeTablesNew :noindex: